From 67a1ce8584cca171704f393c950cb53e0190e0fd Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 25 Jul 2004 17:44:14 +0000 Subject: [PATCH] (enum window_part): Add ON_SCROLL_BAR. --- src/dispextern.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/dispextern.h b/src/dispextern.h index 10754a4c01d..0dd9f3ed428 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -99,7 +99,8 @@ enum window_part ON_LEFT_FRINGE, ON_RIGHT_FRINGE, ON_LEFT_MARGIN, - ON_RIGHT_MARGIN + ON_RIGHT_MARGIN, + ON_SCROLL_BAR }; /* Number of bits allocated to store fringe bitmap numbers. */ -- 2.30.2